home *** CD-ROM | disk | FTP | other *** search
/ Freelog 67 / Freelog067.iso / Nouveautés / Httract / httrack-3.33.exe / {app} / history.txt < prev    next >
Text File  |  2005-02-05  |  24KB  |  593 lines

  1.  
  2. HTTrack Website Copier release history:
  3. --------------------------------------
  4.  
  5. This file lists all changes and fixes that have been made for HTTrack.
  6.  
  7. 3.33
  8. + Fixed: Bogus redirects with same location in https
  9. + Fixed: Bogus file naming with URL hack
  10. + Fixed: Extremly slow redirections and empty files
  11. + Fixed: Bogus names with directories ending with a "."
  12. + New: Number of connection per second can now be.. decimal, to delay even more
  13. + New: Enforce stronger ISO9660 compliance
  14. + Shell: "URL Hack" in interface
  15. + Shell: "Save settings" now rebuild categories
  16. + Shell: "Shutdown PC after mirror" option
  17. + Shell: Sound at the begining/end or the mirror (configurable through system sound properties)
  18. + Shell: Fixed drag & drop, .url import
  19. + Shell: Fixed "wizard" mode (crash)
  20. + Fixed: Crash at the end due to unterminated pending threads
  21. + Fixed: \ is not anymore transformed into / after the query (?) delimiter
  22. + New: Two new callbacks for pre/post-processing html data
  23. + New: link-detected2 callback (additional tag name parameter)
  24. + Fixed: Broken ISO9660
  25. + Fixed: Crash on file:// links
  26. + Fixed: Unescaped ampersands (&) in URLs
  27. + Fixed: Transfer hangs introduced in 3.33-beta-2
  28. + Fixed: Display bug "Waiting for scheduled time.."
  29. + Fixed: Bug "Waiting for scheduled time.." (NOT a display bug, actually)
  30. + Fixed: CaSe SenSiTiViTy bugs with mutliple links reffering to the same URL but using different case styles
  31. + Fixed: Failed to build from sources (FTBFS) on amd64 archs because of cast problems (Andreas Jochens)
  32. + Fixed: & were converted into   (Leto Kauler)
  33. + Shell: Fixed crash with long URL lists (Libor Striz)
  34. + Fixed: connection/seconds limiter replugged
  35. + Fixed: "no files updated" display bug
  36. + Fixed: bogus links encoded with UTF (Lukasz Wozniak)
  37. + New: --assume can be used to force a specific script type (Brian Schr÷der)
  38.  
  39. 3.32
  40. + Fixed: css and js files were not parsed!
  41. + Fixed: again broken file:// (infinite loops with local crawls)
  42. + Fixed: Bandwidth limiter more gentle with low transfer rate
  43. + Fixed: external wrappers were not called during updates/continue
  44. + New: additional callback examples
  45. + Fixed: overflow in unzip.c fixed
  46. + New: tests are now cached for better performances!
  47. + New: %r (protocol) option for user-defined structure
  48. + Fixed: Broken engine on 64-bit archs
  49.  
  50. 3.31
  51. + New: Experimental categories implemented
  52. + New: New cache format (ZIP file)
  53. + New: .m3u files now crawled
  54. + New: .aam files now crawled
  55. + Fixed: Broken ftp
  56. + Fixed: Broken file://
  57. + Fixed: Broken cookies management and loading
  58. + Fixed: HTTrackInterface.c:251 crash
  59. + Fixed: "N connections" means "N connections" even in scan phase
  60. + Fixed: javascript:location bug
  61. + Fixed: libtool versioning problem fixed
  62. + Fixed: More javascript bugs with \' and \"
  63. + Fixed: .HTM files not renamed into .html anymore
  64. + Fixed: OSX fixes in the Makefile script
  65. + New: Default "referer" and "from" fields
  66. + New: Full HTTP headers are now stored in cache
  67. + Fixed: ftp transfer not logged/properly finalized
  68. + Fixed: Missing symbolic link in webhttrack install
  69. + Fixed: path and language not saved in webhttrack
  70. + Shell: Avoid invalid project names
  71. + Fixed: Javascript bug with src=
  72. + Fixed: Keep-alive consistency problems on Linux/Unix with bogus servers (SIGPIPE)
  73. + Fixed: Parsing bug inside javascript (bogus parsing with empty quotes in function: foo(''))
  74. + Fixed: static compiling on Linux/Unix
  75. + Fixed: bloated .h headers (internal function definitions)
  76. + Fixed: Bogus query strings with embedded ../ and/or ./
  77. + New: Added "change-options" call in the crawl begining
  78. + New: Query arguments now sorted for normalized URL checks (when "url hack" option is activated)
  79. + Fixed: Previous dependency to zlib.dll to zlib1.dll
  80. + Fixed: Broken static files were not correctly updated with the new cache format
  81. + Shell: Launch button in Internet Explorer
  82. + Fixed: Crash when dealing with multiple '?' in query string with 3.31-alpha
  83.  
  84. 3.30
  85. + New: Webhttrack, a linux/unix/bsd Web GUI for httrack
  86. + New: "URL hack" feature
  87. + New: HTTP-headers charset is now propagated in the html file
  88. + New: loadable external engine callbacks
  89. + New: Experimental ".mht" archives format
  90. + Fixed: Query ?? bug
  91. + Fixed: Bogus base href without http://
  92. + Fixed: Several javascript bugs
  93. + Fixed: UCS2 pages badly detected
  94. + Fixed: Build structure change does not redownload files
  95. + Fixed: "?foo" URL bug (link with only a query string) fixed
  96. + Fixed: ' or " inside non-quoted URLs
  97. + Fixed: keep-alive problems with bogus servers
  98. + Fixed: Broken .ra files
  99. + Fixed: More javascript bugs
  100. + Fixed: ftp transfers not properly monitored in the shell
  101. + Fixed: various fixes in webhttrack
  102. + Fixed: Blank final page in webhttrack
  103. + Fixed: Javascript comments (//) are skipped
  104. + Fixed: Temporary fix for "archive" bug with multiple java archives
  105. + Fixed: Inlined js or css files have their path relative to the parent
  106. + Fixed: Unescaped quotes ("") when continuing/updating in commandline mode
  107. + Fixed: Null-character in html page bug
  108. + Fixed: External depth slightly less bogus
  109. + Fixed: Filters based on size bogus ("less than 1KiB" is now functionning)
  110. + Fixed: Strange behaviour with filters (last filter "crushed")
  111. + Fixed: Bogus downloads when using ftp (unable to save file)
  112. + Fixed: Freeze with keep-alive on certain sites due to bad chunk encoding handling
  113. + Fixed: Problems with javascript included paths
  114. + Fixed: The mirror now aborts when the filesystem is full
  115. + Fixed: "No external pages" option fixed
  116. + Fixed: Javascript and \" in document.write bug fixed
  117. + Fixed: Two memory leaks in temporary file generation, and in link build fixed
  118. + Fixed: Bogus compression with non-gzip format
  119. + Fixed: Larger range of charsets accepted
  120. + Fixed: Bogus robots.txt when using comments (#)
  121. + Fixed: Missing MIME types for files such as .ico
  122. + Shell: Fixed continuous proxy search
  123. + Shell: Fixed missing HelpHtml/ link
  124. + Fixed: Overflow in htsback.c:2779
  125. + Fixed: Bogus style and script expressions due to too aggressive parsing
  126. + Fixed: Javascript parsing bugs with \" and \'
  127. + Fixed: Javascript link detection bugs when comments were inserted between arguments
  128. + Fixed: Bug when valid empty gzip content was received
  129. + New: More aggressive "maximum mirroring time" and "maximum amount of bytes transfered" options
  130. + New: Windows file://server/path syntax handled
  131. + Fixed: mht archive fixes
  132. + Fixed: Serious bugs with filters given in commandline erased by the engine
  133. + Fixed: Bogus parsing of javascript: generated inside document.write() inside javascript code removed
  134.  
  135. 3.23
  136. + New: Keep-alive
  137. + New: URLs size limit is now 1024 bytes
  138. + New: Bogus UCS2 html files hack
  139. + Fixed: base href bugs
  140. + Fixed: windows "dos devices" bug fixed
  141. + Fixed: dirty parsing now avoids ","
  142. + Fixed: "get non-html files near a link" option sometimes caused huge mirrors
  143. + Fixed: Bugs if zlib library is not found
  144. + Fixed: Bug with "near" and "no external pages"
  145. + Fixed: "Link empty" crash
  146. + Fixed: Several javascript bugs
  147. + Fixed: Keep-alive problems ("unknown response structure")
  148. + Fixed: Major keep-alive bug (connection not closed)
  149. + Fixed: 8-3 options not working, ISO9660 option improved
  150. + Fixed: Bogus links with embedded CR, TAB..
  151. + Fixed: small ../ external link bug fixed
  152.  
  153. 3.22-3
  154. + Fixed: Slow engine due to (too strict) memory checks
  155. + Fixed: Overflow in htscore.c:2353
  156. + Fixed: Bogus chunked files with content-length fixed
  157. + Fixed: Folders renamed into ".txt" on Un*x platforms bug fixed!
  158. + New: Scan rule list (-%S) added
  159. + New: Cache debugging tool (-#C) added
  160.  
  161. 3.21-8
  162. + New: Basic Macromedia Flash support (links extraction)
  163. + New: Modular design for https, flash parser and zlib
  164. + New: Standard autoconf/configure design on Un*x platforms
  165. + New: Modular design also on Windows platforms (dll/lib)
  166. + Fixed: Text files without extension not renamed "html" anymore
  167. + Fixed: Bug with "?foo" urls
  168. + Fixed: No chmod 755 on home anymore
  169. + Fixed: Stability problems due to bad file structure checks
  170. + Fixed: Overflow in GUI/commandline when displaying statistics
  171. + Fixed: Directory creation error
  172.  
  173. 3.20-2
  174. + New: HTTPS support (SSL)
  175. + New: ipv6 support
  176. + New: 'longdesc' added
  177. + New: new file 'new.txt' generated for transfer status reports
  178. + New: ISO9660 compatibility option
  179. + New: empty mirror/update detection improved
  180. + New: Update hack now recognizes "imported" files
  181. + New: Option to disable ipv4/ipv6
  182. + New: Filters now recognize patterns like -https://*
  183. + Fixed: The engine should be now fully reentrant
  184. + Fixed: Fixes for alpha and other 64-bit systems
  185. + Fixed: Files downloaded twice if not found in cache
  186. + Fixed: ftp problems with 2xx responses
  187. + Fixed: ftp problems with multiple lines responses
  188. + Fixed: ftp %20 not escaped anymore
  189. + Fixed: ftp RETR with quotes problems
  190. + Fixed: now tolerent to empty header responses
  191. + Fixed: hts-log closed
  192. + Fixed: Compressed pages during updates
  193. + Fixed: Crash when receiving empty compressed pages
  194. + Fixed: Random crashes in 'spider' mode
  195. + Fixed: bcopy/bzero not used anymore..
  196. + Fixed: various code cleanups
  197. + Fixed: Better UTF8 detection
  198. + Fixed: External links now work with https and ftp
  199. + Fixed: Top index.html corrupted or missing
  200. + Fixed: URL list crashes
  201. + Fixed: Random crashes with large sites due to bogus naming handler
  202. + Fixed: Freezes on some robots.txt files
  203. + Fixed: Compressed files not stored
  204. + Fixed: SVG fixes
  205. + Fixed: Raw HTML responses
  206. + Fixed: 406 error workaround
  207. + Fixed: Crashes due to binary files with bogus HTML type (not parsed anymore)
  208. + Fixed: External https and ftp links broken, relative https links broken
  209. + Fixed: Automatic resizing of filter stack
  210. + Fixed: Various ampersand (&) elements added
  211. + Fixed: https with proxy temporary workaround (direct connection)
  212. + Fixed: "base href" with absolute uris
  213. + Fixed: stack frame too large on some systems
  214. + Fixed: random bad requests due to bogus authentication
  215. + Shell: Several fixes, including registration type problems
  216. + Shell: "template files not found" fixed
  217.  
  218. 3.16-2
  219. + Fixed: Zlib v1.4
  220. + Fixed: Gzipped files now downloaded without problems (HTTP compression bug)
  221. + Fixed: Ending spaces in URLs now handled correctly
  222. + Fixed: META-HTTP bug
  223. + Shell: Type registration done only once
  224.  
  225. 3.15
  226. + Fixed: Bogus HTTP-referer with protected sites
  227. + Fixed: Fatal IO/socket error with large sites (handles not closed)
  228. + Fixed: K4 option now works
  229. + Fixed: --continue+URL(s) now clears previous URLs
  230. + Fixed: Parsing bug with 'www.foo.com?query'
  231. + Shell: 'Soft cancel' documented
  232. + Shell: 'Kx' options added
  233.  
  234. 3.10
  235. + Fixed: Broken pipes on Linux version
  236. + Fixed: Commandline version bug with gzipped files
  237. + Fixed: Crash when reaching compressed error pages
  238. + Fixed: Bogus html-escaped characters in query strings
  239. + Fixed: Files skipped (bogus anticipating system)
  240. + Fixed: Crash when showing stats (div by zero)
  241. + Fixed: Problems with URLs/redirects containing spaces or quotes
  242. + Fixed: Slash added when ~ detected
  243. + Fixed: Ugly VT terminal
  244. + New: Faster and cleaner mirror interrupt
  245.  
  246. 3.09
  247. + Fixed: Several problems with javascript parsing
  248. + Fixed: Elements after onXXX not parsed
  249. + New: Source update wrapper
  250. + New: Style url() and @import parsed
  251. + Shell: Word database and maximum number of links
  252. + Shell: Option changes taken in account immediately
  253. + Shell: Cleaner installer (registry keys)
  254.  
  255. 3.08
  256. + New: HTTP compression is now supported
  257. + New: Faster response analysis
  258. + Fixed: External page in html if cgi
  259. + Fixed: Mix between CR and CR/LF for comments
  260. + Fixed: Top index corrupted
  261. + Shell: Better refresh during parsing
  262. + Shell: DLL error
  263.  
  264. 3.07
  265. + Fixed: Random crashes with HTTP redirects
  266. + New: New rate limiter (should be sharper)
  267. + New: Code cleaned up, new htscore.c/httrack.c files
  268.  
  269. 3.06
  270. + Fixed: Redirect to https/mailto now supported
  271. + New: Top index/top dir for Un*x version
  272. + New: Sources more modular (.so)
  273. + New: Quicktime targetX= tags
  274. + New: HTTP 100 partially supported
  275.  
  276. 3.05
  277. + Fixed: Non-scannable tag parameters ("id","name",..)
  278. + Fixed: Java classes not found when using "." as separator
  279. + Fixed: Java classes not found when missing .class
  280.  
  281. 3.04
  282. + Fixed: URLs with starting spaces
  283. + Fixed: bogus URLs when using "base href"
  284. + Shell: --assume and -%e options included
  285. + New: Documentation updated a little
  286.  
  287. 3.03
  288. + New: Parser optimizations, 10 times faster now!
  289. + New: New --assume option to speed up cgi tests
  290. + New: Option to avoid Username/password storage for external pages
  291. + New: Query string kept for local URIs
  292. + Fixed: RFC2396 compliant URLs accepted (//foo and http:foo)
  293. + Fixed: foo@foo.com not considered as URL anymore
  294. + Fixed: Space encoded into %20 in URIs
  295. + Fixed: "Unable to save file" bug
  296. + Fixed: Corrupted top index.html
  297. + Fixed: Cookies disabled with --get
  298. + Fixed: Cache bug for error pages
  299.  
  300. 3.02
  301. + Fixed: Pages without title recorded in top index
  302. + Fixed: Error with Content-type+Content-disposition
  303. + Fixed: backblue.gif/external.html files not purged anymore
  304. + Fixed: Encoding problems with files containing %2F or other characters
  305. + Fixed: Write error reported for HTML files
  306. + New: hts-stop.lock file to pause the engine
  307. + New: New install system using InnoSetup
  308.  
  309. 3.01
  310. + New: HTTP real media files captured
  311. + Fixed: Bogus statitics
  312. + Fixed: Minor fixes
  313.  
  314. 3.00
  315. + New: New interface, with MANY improvements!
  316. + New: Better parsing (enhanced javascript parsing, sharper HTML parsing)
  317. + New: Faster and more efficient background download system
  318. + New: ETag properly handled
  319. + New: Optional URL list
  320. + New: Optionnal config file
  321. + New: New structure options
  322. + New: New filters options (size filters)
  323. + New: Better password site handling
  324. + New: Traffic control to avoid server overload
  325. + New: Setuid and Chroot for Unix release
  326. + New: limited 64-bit handling
  327. + New: .js files are now parsed
  328. + New: Single hts-log.txt file, error level
  329. + New: New top index.html design
  330. + New: "Update hack" option to prevent unnecessary updates
  331. + New: Default language sent for mirrors
  332. + New: Searchable index
  333. + Fixed: Bogus ftp routines (Linux version)
  334. + Fixed: Bug that caused to mirror a complete site from a subdir
  335. + Fixed: Bug that caused restart to be very slow
  336. + Fixed: Bug that caused loops on several query-string pages (?foo=/)
  337. + Fixed: Corrupted cache bug
  338. + Fixed: Random broken links (pages not downloaded)
  339. + Fixed: Shared links problems
  340. + Fixed: Bogus URLs with commas (,)
  341. + Fixed: Bogus / and \ mixed
  342. + Fixed: Bogus addresses with multiple @
  343. + Fixed: Bogus links with %2E and %2F
  344. + Fixed: Bogus empty links
  345. + Fixed: "Unexpected backing error" bug fixed
  346. + Fixed: Files with incorrect size no more accepted
  347. + Fixed: Top index.html created even for untitled pages
  348. + Fixed: Bogus N100 option (unable to save file)
  349. + Fixed: Deadlock when using many hosts in URLs
  350. + Fixed: Password stored internally to avoid access errors
  351. + Fixed: Fixed /nul DOS limit
  352. + Fixed: Bogus -* filter (nothing mirrored)
  353. + Fixed: .shtml now renamed into .html
  354. + Fixed: Content-disposition without ""
  355. + Fixed: External html page for /foo links
  356. + Fixed: Username/password % compliant
  357. + Fixed: Javascript parser sometimes failed with " and ' mixed
  358. + Fixed: Some Range: bugs when regeting complete files
  359. + Fixed: Range: problems with html files
  360. + Fixed: HTTP/1.1 407 and 416 messages now handled
  361. + Fixed: Bogus timestamp
  362. + Fixed: Null chars in HTML bug
  363. + Fixed: Error pages cache bug
  364. + Fixed: Connect error/site moved do not delete everything anymore!
  365. + Fixed: Bogus garbage ../ in relative URL
  366. + Shell: New transfer rate estimation
  367. + Shell: Fixed crash when using verbose wizard
  368. + Shell: dynamic lang.h for easier translation updates
  369. + Shell: Fixed some options not passed to the engine
  370. + Fixed: A lots of minor fixes!
  371.  
  372. 2.2
  373. Note: 3.00 alpha major bug fixes are included in the 2.2
  374.  
  375. 2.02
  376. + New: Cache system improved, compatible with all platforms
  377. + New: Update process improved (accurate date)
  378. + New: Remote timestamp for files
  379. + New: ETag (HTTP/1.1) supported
  380. + Shell: Portugese interface available
  381. + Fixed: Bug with links containing commas
  382. + Fixed: 'file://' bug with proxy
  383. + New: Engine a little bit faster
  384. + Shell: Some bugs fixed in the interface
  385.  
  386. 2.01
  387. + New: ftp through proxy finally supported!
  388. + New: Sources cleaned up
  389. + New: Again some new marvelous options
  390. + New: Speed improved (links caught during parsing, faster "fast update")
  391. + New: Tool to catch "submit" URL (forms or complex javascript links)
  392. + Shell: German interface available
  393. + Shell: Dutch interface available
  394. + Shell: Polish interface available
  395. + Fixed: Level 1 bug fixed
  396. + Fixed: Still some parsing/structure problems
  397. + Fixed: Referer now sent to server
  398. + Fixed: Cookies did not work properly
  399. + Fixed: Problems with redirect pages
  400. + New: Better javascript parsing
  401. + Fixed: Problems with URL-parameters (foo.cgi?param=2&choice=1)
  402. + Fixed: Problems with ftp
  403. + New: ftp transfers are now in passive mode (firewall compliant)
  404.  
  405. 2.00 -- The First Free Software Release of HTTrack! 
  406. + New: HTTrack sources (command line), now free software, are given
  407. + Shell: Interface rewritten!
  408. + New: Documentation rewritten
  409. + Shell: Drag&Drop abilities
  410. + Shell: More URL informations
  411. + Shell: Fixed: Remote access problems
  412. + Fixed: Loop problems on some sites causing crashes
  413. + Fixed: URL encoding problems
  414. + Fixed: Some file access problems for ../
  415. + Fixed: Some fixes for updating a mirror
  416. + Shell: Crazy progress bar fixed
  417. + Fixed: Form action are rewritten so that cgi on form can work from an offline mirror
  418. + Fixed: Crashes after continuing an "hand-interrupted" mirror
  419. + Fixed: Bogus files with some servers (chunk bug)
  420.  
  421. 1.30 
  422. + Shell: Interface improved
  423. + New: robots.txt are followed by default
  424. + New: Parsing speed improved on big (>10,000 links) sites with an hash table
  425. + New: Mirror Link mode (mirror all links in a page)
  426. + New: Cookies are now understood
  427. + New: No external pages option (replace external html/gif by default files)
  428. + New: Command line version improved, background on Unix releases
  429. + Fixed: Problems with javascript parsing
  430. + Fixed: Username/password not set to lowercase anymore
  431. + Fixed: Problems with base href
  432. + New: Links in level 1 html files now patched
  433. + New: Expurge now deletes unused folders
  434. + New: Option -V executes shell command for every new file
  435. + Shell: Primary filter now works
  436.  
  437. 1.24 
  438. + Fixed: Ftp protocol bogus (with login/pass)
  439. + Fixed: Cache problems (corrupted files)
  440. + New: Expurge old files for updates
  441. + New: "Updated" messages for mirror updates
  442. + Shell: Autodial/hangup option to RAS
  443. + Fixed: index.html were not created sometimes
  444. + Shell: Fixed: Random crashes with the interface
  445. + Shell: Fixed: Filters profile not saved
  446. + Fixed: Various (and numerous) fixes
  447.  
  448. 1.23 
  449. + Shell: Interface improved
  450. + Shell: Multiple setups
  451. + Shell: Redefine options
  452. + Shell: Continue interrupted mirror improved
  453.  
  454. 1.22 
  455. + Fixed: Parsing up/down did not work well
  456. + Fixed: Several files not catched, bugs fixes
  457. + Fixed: Problems with classes (1.21)
  458. + New: Transfer rate can be limited (-A option)
  459. + Shell: Smooth refresh
  460. + New: ftp basic protocol a little bit improved
  461.  
  462. 1.21 
  463. + Fixed: Several java classes were not parsed
  464. + Fixed: Some folders without ending / ignored
  465. + Fixed: Crashes due to content-type too long
  466.  
  467. 1.20 
  468. + Shell: documentation!
  469. + Fixed: Some problems with 'host cancel' system after timeouts (crashes)
  470. + New: Get only end of files if possible (file partially get)
  471. + New: New cache system (only HTML stored)
  472. + New: User-defined structure possible
  473. + New: Also available: french interface
  474. + Fixed: Random crashes (div by 0/illegal instruction) with null size files
  475. + New: Limited ftp protocol (files only), e.g. +ftp://* now works
  476. + Fixed: Some connect problems with several servers or proxies
  477. + New: New option, save html error report by default
  478. + Shell: Browse and see log files at the end of a mirror
  479. + New: Proxy authentication (ex: guest:star@myproxy.com:8080)
  480. + Shell: Interface improved (especially during mirror)
  481. + Fixed: Ambiguous files are renamed (asp,cgi->html/gif..)
  482. + Shell: New test link mode option
  483. + New: Site authentication (ex: guest:star@www.myweb.com/index.html)
  484. + Fixed: Minor bugs fixed
  485. + Shell: See log files during a mirror
  486. + Fixed: Some problems using CGI (different names now)
  487. + Fixed: Go down/up/both options and filters
  488. + Fixed: "Store html first" did not work
  489. + New: -F option ("Browser ID") disguise HTTrack into a browser
  490. + New: New filter system
  491. + Shell: New "Save as default" options 
  492. + Fixed: "Build options" did NOT work properly! (files overwritten or missing) 
  493. + Fixed: User agent ID fixed 
  494. + Shell: Skip options 
  495. + Shell: Better interface control during mirrors 
  496. + Shell: InstallShield and Help files 
  497. + Fixed: Some external links were not filtered sometimes 
  498. + Fixed: Mirror crash at the end 
  499.  
  500. 1.16b 
  501. + Shell: Really *stupid* bug fixed causing WinHTTrack to be slooow 
  502. + Fixed: Crash if the first page has no title fixed 
  503. + Fixed: Bogus options like "Just scan" saved empty files 
  504. + Fixed: Forbid all links (*) with manual accept did not work 
  505. + Shell: Filters interface improved 
  506. 1.16: 
  507. + New : Java Classes and subclasses are now retrieved! 
  508. + New: Better JavaScripts parsing 
  509. + New: Option: Abandon slowest hosts if timeout/transfer too slow 
  510. + Shell: Interface improved 
  511.  
  512. 1.15b 
  513. + Fixed: Some bugs fixed 
  514. 1.15: 
  515. + Shell: Interface improved 
  516. + New: Robot improved (some files through javascript are now detected!) 
  517. + New: Improved wild cards (for example, +www.*.com/*.zip) 
  518. + New: 'config' file to configurate proxy, path.. only once 
  519.  
  520. 1.11 
  521. + New: Wait for specific time (begin transfer at specific hour) 
  522. + New: Time limit option (stops transfer after x seconds) 
  523. + Shell: Interface improved for an easy use 
  524.  
  525. 1.10e 
  526. + Fixed: Maps were not correctly managed (stupid bug) 
  527. 1.10d: 
  528. + Fixed: Bogus index.html fixed 
  529. 1.10c 
  530. + Shell: "Time out" field needed "transfer rate" field 
  531. 1.10b 
  532. + Fixed: Better memory management 
  533. 1.10 
  534. + New: "Transfer rate out" option added (abandon slowests sites) 
  535. + New: "Deaf" hosts do not freeze HTTrack any more 
  536. + Fixed: Again problems with code/codebase tags 
  537. + New: Broken links detection improved 
  538.  
  539. 1.04 
  540. + Fixed:Some links were not correctly read (pages with "codebase" tags) 
  541. + Shell: Interface improved 
  542.  
  543. 1.03 (No changes for the command-line robot) 
  544. + Shell: Big bug fixed! (VERY slow transfer rates..) 
  545.  
  546. 1.02 
  547. + Fixed: Some java files were not correctly transfered 
  548. + New: Speed has been improved 
  549. + Fixed: Log file more accurate 
  550. + Shell: Interface has been improved 
  551.  
  552. 1.01 
  553. + Fixed: Structure check error in some cases 
  554.  
  555. 1.00 -- The 1.00, Yeah! 
  556. + New: base and codebase are now scanned 
  557.  
  558. 0.998 beta-2 
  559. + Fixed: Multiple name bug (files having the same name in the same directory) with -O option fixed 
  560.  
  561. 0.997 beta-2 
  562. + Fixed: Filenames with '%' were not correctly named 
  563. + Fixed: Bug detected in 0.996: several files are not written on disk!! 
  564.  
  565. 0.996 beta-2 
  566. + New: -O option (path for mirror and log) 
  567. + New: Unmodified file time/date are not changed during an update 
  568.  
  569. 0.99 beta-2 
  570. + New: User-agent field 
  571. + New: Shortcuts (--spider etc.) 
  572. + New: Links not retrieved are now rebuilt absolutly 
  573. + New: The 'g' option (juste get files in current directory) has been added 
  574. + New: Primary links analyste has been improved 
  575. + Fixed: "304" bug fixed 
  576.  
  577. 0.25 beta-2 
  578. + Fixed: Freeze during several mirrors fixed! 
  579. + New: More 'N' options (filenames type) 
  580.  
  581. 0.24 beta-2 
  582. + Fixed: Restart/Update with cache did not work (really not..) 
  583. + Fixed: Wild cards now work properly (e.g. +www.abc.com* do works) 
  584. + New: The 'n' option (get non-html files near a link) has been added! 
  585.  
  586. 0.23 beta-2 
  587. + Fixed: The 'M' option (site size) did not work 
  588. + Fixed: Files larger than 65Kb were not correctly written 
  589.  
  590. older beta 
  591. + Many, many bugs fixed 
  592.  
  593.